Query.disable_pattern

Disable a certain pattern within a query.

This prevents the pattern from matching and removes most of the overhead associated with the pattern. Currently, there is no way to undo this.

struct Query
@nogc nothrow
void
disable_pattern
()

Meta